﻿div.x-pad2 input[type="checkbox"] {
	width: initial!important;
}

div.x-pad2 label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#map-controls {
	text-align: center;
	padding: 0px 50px 20px;
}

.typeselector_button {
    display: inline-block;
    border-bottom: 1px black dashed;
    cursor: pointer;
    margin-left: 10px;
}

.typeselector_active {
	font-weight: bold;    
}